home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 July
/
Chip_2003-07_cd1.bin
/
tema
/
ptools
/
download
/
jv16pt_setup.exe
/
{app}
/
Documentation
/
Example Scripts
/
Loops and variables demo.jvb
< prev
next >
Wrap
Text File
|
2003-02-08
|
137b
|
14 lines
Console
Define x 0
Define z
z := 6
For (i = x to z; +1)
If i > 0 then
if i <= 2 then
PrintMessage i
end
end
End